[INFO] cloning repository https://github.com/Lucretiel/advent2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lucretiel/advent2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucretiel%2Fadvent2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucretiel%2Fadvent2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c4cfa2a473ecb599186c90de948c1954902cc687
[INFO] fixing Lucretiel/advent2025 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucretiel%2Fadvent2025" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Lucretiel/advent2025
[INFO] finished tweaking git repo https://github.com/Lucretiel/advent2025
[INFO] tweaked toml for git repo https://github.com/Lucretiel/advent2025 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lucretiel/advent2025 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lucretiel/advent2025 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lazy_format v2.0.3
[INFO] [stderr]   Downloaded indent_write v2.2.0
[INFO] [stderr]   Downloaded nom-supreme v0.8.0
[INFO] [stderr]   Downloaded joinery v2.1.0
[INFO] [stderr]   Downloaded brownstone v3.0.0
[INFO] [stderr]   Downloaded gridly_grids v0.5.0
[INFO] [stderr]   Downloaded joinery v3.1.0
[INFO] [stderr]   Downloaded debate v0.9.1
[INFO] [stderr]   Downloaded debate-parser v1.0.0
[INFO] [stderr]   Downloaded brownstone v1.1.0
[INFO] [stderr]   Downloaded debate-derive v1.0.0
[INFO] [stderr]   Downloaded gridly v0.9.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404
[INFO] running `Command { std: "docker" "start" "8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling lazy_format v2.0.3
[INFO] [stderr]    Compiling brownstone v3.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling joinery v2.1.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling indent_write v2.2.0
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking brownstone v1.1.0
[INFO] [stderr]     Checking debate-parser v1.0.0
[INFO] [stderr]     Checking gridly v0.9.1
[INFO] [stderr]     Checking joinery v3.1.0
[INFO] [stderr]     Checking nom-supreme v0.8.0
[INFO] [stderr]     Checking gcd v2.3.0
[INFO] [stderr]     Checking gridly_grids v0.5.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling advent2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling debate-derive v1.0.0
[INFO] [stderr]     Checking debate v0.9.1
[INFO] [stdout] error: couldn't read `/opt/rustwide/target/debug/build/advent2025-aa63c4e53a3f275c/out/../../../../../src/day5.rs`: No such file or directory (os error 2)
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/advent2025-aa63c4e53a3f275c/out/generated.rs:2:48
[INFO] [stdout]   |
[INFO] [stdout] 2 |         #[path = "../../../../../src/day5.rs"] mod day5;
[INFO] [stdout]   |                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent2025` (bin "advent2025" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: couldn't read `/opt/rustwide/target/debug/build/advent2025-aa63c4e53a3f275c/out/../../../../../src/day5.rs`: No such file or directory (os error 2)
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/advent2025-aa63c4e53a3f275c/out/generated.rs:2:48
[INFO] [stdout]   |
[INFO] [stdout] 2 |         #[path = "../../../../../src/day5.rs"] mod day5;
[INFO] [stdout]   |                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent2025` (bin "advent2025") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404", kill_on_drop: false }`
[INFO] [stdout] 8b00c4451a98e13b89663fce9b0ed1264926d0450592390094a8b0d12fa24404
